home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00024.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  166 b   |  13 lines

  1. on exitFrame
  2.   if not soundBusy(2) or the mouseDown then
  3.     sound stop 2
  4.     go("LoadUp")
  5.   end if
  6.   go(the frame)
  7. end
  8.  
  9. on keyDown
  10.   sound stop 2
  11.   go("LoadUp")
  12. end
  13.